/*底部*/
.footer_moduleLy_wrap {
    background-image: url("/images/lymg_extranet/foot_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
}
.footer_moduleLy_wrap .up {
    padding-bottom: 40px;
}
.footer_moduleLy_wrap .up .mod {
    float: left;
    width: 18%;
    font-size: 16px;
    color: rgba(255,255, 255, .6);
    line-height: 1;
}
.footer_moduleLy_wrap .up .mod a {
    color: rgba(255,255, 255, .6);
}
.footer_moduleLy_wrap .up .mod.concat {
    width: 32%;
}
.footer_moduleLy_wrap .up .mod.qrcode {
    width: 12%;
}
.footer_moduleLy_wrap .mod h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 45px;
}
.footer_moduleLy_wrap .up .mod li {
    margin-bottom: 20px;
}
.footer_moduleLy_wrap .up .mod li label {
    font-weight: normal;
}
.footer_moduleLy_wrap .up .mod.qrcode p {
    margin-top: 15px;
}

.footer_moduleLy_wrap .below {
    text-align: center;
    height: 114px;
    line-height: 114px;
    border-top: 1px solid rgba(255,255, 255, .3);
}
.footer_moduleLy_wrap .below span,
.footer_moduleLy_wrap .below span a {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
}
.footer_moduleLy_wrap .below span.mid {
    margin: 0 70px;
}


/* 移动端 */
.footer_module1_wrap .foot_mb{
    display: none;
    background: #28292d;
    color: rgba(255,255,255,0.5);
    width: 100%;
    height: 54px;
    position: fixed;
    bottom: 0;
    z-index: 3;}
.footer_module1_wrap .foot_mb ul li {
    margin-top: 13px;
    border-right: 1px solid rgba(212,250,221,0.2);
    width: 33.33%;}
.footer_module1_wrap .foot_mb ul li a {
    display: block;
    color: rgba(255,255,255,0.5);
    font-size: 1.1em;
    line-height: 1.8em;}
.footer_module1_wrap .foot_mb ul li a i {
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    margin: 0 10% 0 20%;
    background:url(/images/yk/appfooter_ico.png) no-repeat;
    background-size: 25px; }

.footer_module1_wrap .foot_mb li i.icon1{ background-position:0 -1px;}
.footer_module1_wrap .foot_mb li i.icon2{ background-position:0 -30px;}
.footer_module1_wrap .foot_mb li i.icon3{ background-position:0 -58px;}

.footer_moduleLy_wrap .mobile {
    display: none;
}


@media screen and (max-width: 640px) {
    .footer_moduleLy_wrap {
        padding-top: 0;
    }
    .footer_moduleLy_wrap .pc {
        display: none;
    }
    .footer_moduleLy_wrap .mobile {
        display: block;
    }
}

